projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34baf96
)
* doc/misc/cl.texi (Blocks and Exits): Tweak earlier change.
author
Glenn Morris
<rgm@gnu.org>
Mon, 3 Feb 2014 07:26:59 +0000
(23:26 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 3 Feb 2014 07:26:59 +0000
(23:26 -0800)
doc/misc/cl.texi
patch
|
blob
|
history
diff --git
a/doc/misc/cl.texi
b/doc/misc/cl.texi
index 2e3dd7434e023b907dd2391b8a0cd4d8fa268671..f0ac289acabf29e01360d4ba3fa760aa4340e6aa 100644
(file)
--- a/
doc/misc/cl.texi
+++ b/
doc/misc/cl.texi
@@
-1564,7
+1564,7
@@
be either a label (an integer or a symbol), or a cons-cell
(a statement). This distinction is made before macroexpansion.
Statements are executed in sequence, discarding any return value.
Any statement can transfer control at any time to the statements that follow
-one of the labels with the special form @code{(go
LABEL
)}.
+one of the labels with the special form @code{(go
@var{label}
)}.
Labels have lexical scope and dynamic extent.
@end defmac